Package-level declarations

Types

Link copied to clipboard
open class HttpRequester(url: String)

Synchronous HTTP transport used by Api.kt for analytics and a few legacy endpoints.

Functions

Link copied to clipboard
@VisibleForTesting
inline fun <T> fromJson(response: String): T